home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6505.txt < prev    next >
Text File  |  1996-08-30  |  373b  |  13 lines

  1. Exp
  2.  
  3. Exponential function. This function lets you calculate e (2.71828182846...) to the power of a linear function of the input value. By using the default parameters, you get a standard exponential function, i.e., exp(x).
  4.  
  5. Default parameter values:
  6.     a = 1, b = 1, c = 0
  7.  
  8. Example:
  9.     a = 1, b = 1, c = 0
  10.  
  11.     Input = 4.2  =>  Output =     66.686
  12.     Input = 3.5  =>  Output =     33.115
  13.